home *** CD-ROM | disk | FTP | other *** search
/ Dos/V Magazine 1995 October 15 / CD [VMAG951015].bin / _demo / prowres / shared.dxr / 01531_SS6Ki.ls < prev    next >
Encoding:
Text File  |  1995-08-07  |  421 b   |  23 lines

  1. global presp
  2.  
  3. on exitFrame
  4.   set tmpflg to 0
  5.   repeat with tmpsp = 4 to 9
  6.     if rollOver(tmpsp) then
  7.       set tmpflg to 1
  8.       set the visible of sprite tmpsp to 1
  9.       set presp to tmpsp
  10.       set the visible of sprite 10 to 1
  11.       go(label("R") + tmpsp - 4)
  12.       exit repeat
  13.     end if
  14.   end repeat
  15.   if tmpflg = 0 then
  16.     mvisiblechk(3, 4, 0)
  17.     cursor(-1)
  18.     go("NUTE")
  19.   else
  20.     go(the frame)
  21.   end if
  22. end
  23.